Package com.fwdekker.randomness.decimal

Insertion of random decimals.

Types

DecimalGroupAction
Link copied to clipboard
class DecimalGroupAction : DataGroupAction
All actions related to inserting decimals.
DecimalInsertAction
Link copied to clipboard
class DecimalInsertAction(scheme: () -> DecimalScheme) : DataInsertAction
Inserts random decimals.
DecimalScheme
Link copied to clipboard
data class DecimalScheme(myName: String, minValue: Double, maxValue: Double, decimalCount: Int, showTrailingZeroes: Boolean, groupingSeparator: String, decimalSeparator: String, prefix: String, suffix: String) : Scheme<DecimalScheme>
Contains settings for generating random decimals.
DecimalSettings
Link copied to clipboard
data class DecimalSettings(schemes: MutableList<DecimalScheme>, currentSchemeName: String) : Settings<DecimalSettings, DecimalScheme>
The user-configurable collection of schemes applicable to generating decimals.
DecimalSettingsAction
Link copied to clipboard
class DecimalSettingsAction : DataSettingsAction
Controller for random decimal generation settings.
DecimalSettingsComponent
Link copied to clipboard
Component for settings of random decimal generation.
DecimalSettingsConfigurable
Link copied to clipboard
The configurable for decimal settings.